home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1146 / 1146.xpi / chrome / screengrab.jar / skin / screengrab.css < prev    next >
Cascading Style Sheet File  |  2009-03-09  |  677b  |  41 lines

  1. #screengrab_bar {
  2.     background: url("chrome://screengrab/skin/screengrab_icon.gif") 0 no-repeat;
  3. }
  4.  
  5. .box {
  6.   background-color: #ffff00;
  7.   border: 1px solid #000000;
  8.   color: #000000;
  9.   padding: 0px;
  10.   position: absolute;
  11. }
  12.  
  13. .bar {
  14.   background-color: #008080;
  15.   color: #ffffff;
  16.   font-weight: bold;
  17.   padding: 2px 1em 2px 1em;
  18. }
  19.  
  20. .content {
  21.   padding: 1em;
  22. }
  23.  
  24. .backgroundOverlay { 
  25.   background: url("chrome://screengrab/skin/red.png"); 
  26.   position: fixed; 
  27.   z-index: 4721; 
  28.   top: 0; 
  29.   left: 0; 
  30.   width: 100%; 
  31.   height: 100%; 
  32. }
  33.  
  34. .boxOverlay { 
  35.   z-index: 4726; 
  36.   background: url("chrome://screengrab/skin/red.png"); 
  37.   border: 1px solid #000;
  38.   position: absolute;
  39. }
  40.  
  41.